home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / v cisle / odsp / drivescan_setup.exe / {app} / DriveScan.chm / css / standard.css
Cascading Style Sheet File  |  2004-04-12  |  8KB  |  204 lines

  1. /* Style Sheet Last updated - 10/17/2000 */
  2. /* This style sheet is for IE 4.02 and up */
  3.  
  4.  
  5. /* BODY = default paragraph font */
  6.         body                {background-color:#ffffff; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; color: "#303030"; line-height: 14pt}
  7.  
  8. /* HYPERLINKS */
  9.         a:link, a:visited        {color: "#0000FF"; text-decoration:"none"; }
  10.         a:active, a:hover        {color: "#990099"; cursor:hand;text-decoration:"underline"; }
  11.         .pop                {text-decoration: none; }
  12.  
  13. /* LISTS */
  14.         ol                {font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
  15.         ul                {font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
  16.         ol ul                {list-style: disc; margin-top: .5em;}
  17.         ul ul                {list-style: disc; margin-top: .3em;}
  18.         li                {margin-left: .2em; font-size:10pt; line-height:14pt; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}
  19.  
  20. /* PREFORMATTING - CODE */
  21.         pre                {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
  22.         code                 {font-family: "courier new", courier; font-size: 125%; }
  23.  
  24. /* TABLES */
  25.         table                {font-size: 100%; margin-top: 1em; margin-bottom: 0em;}
  26.         th                {text-align: left; background: #CCCCCC; margin: .25em; vertical-align: bottom;}
  27.         tr                {vertical-align: top;}
  28.         td                {margin: .25em; vertical-align: top;}
  29.  
  30. /* PARAGRAPH */
  31.         p                {margin-top: .6em; margin-bottom: .6em; }
  32.  
  33. /* Heading styles---------------------------------------------------------------------------- */
  34.  
  35.         h1                {font-size: 15pt; margin-top: .4em; margin-bottom: 2em; color:"#005AB4";}
  36.         h2                {font-size: 11pt; margin-top: 2em; margin-bottom: .2em; color:"#005AB4";}
  37.         h3                {font-size: 12pt; margin-top: 2em; margin-bottom: .2em; color:"#005AB4";}
  38.         h4                {font-size: 10pt; margin-top: 1em; margin-bottom: .2em;}
  39.         h5                {font-size: 8pt; margin-top: .1em; margin-bottom: 1em; color:"#B5500A";}
  40.         .lproch                {font-weight: bold ;margin-top: 1.2em; }/* Heading 9,List Procedure Heading,lproch */
  41.  
  42. /* Defined List styles ----------------------------------------------------------------------- */
  43.  
  44.         dt                {font-weight: bold; }
  45.         dd                {margin-left: 2em; margin-bottom: .6em; }
  46.  
  47. /* Paragraph styles--------------------------------------------------------------------------- */
  48.  
  49.         .ac                {font-size: 90%; }
  50.         .alpha                {font-size: 125%; font-weight: bold; }
  51.         .dt1                {text-indent: -2em; margin-left: 2em;}
  52.         .hang                {text-indent: -2em; margin-left: 2em;}
  53.         .ind                {margin-left: 2em;}
  54. /* MAYBE KEEP .LBR1 IN CASE WE CAN GET HANGING INDENT TO WORK IN IE5.0? */
  55.         .mt                {margin-top:  2em; font-weight: bold; }
  56.         .noborder        {border: none; }
  57.         .rtt                {text-align: right; font-size: 90%; }
  58.         .tableup        {margin-top: 0em; }
  59.  
  60. /* spacing styles */
  61.         .4                {line-height: 4pt;}
  62.         .6                {line-height: 6pt;}
  63.  
  64. /* styles we no longer need */
  65.         .Highlight        {background-color: lightblue;}
  66.         .Normal         {background-color: white;}
  67.         .fixp                {color: #00ff00;}        /* *fix this paragraph for incorrectly used styles / green */
  68.  
  69. /* Language Reference styles --------------------------------------------------------------------------- */
  70.  
  71.  
  72. /* code comments */
  73.         .comment {color: darkgreen;
  74.                 }
  75.  
  76. /* Object model blue box */
  77.         .omblue { height: 16px;
  78.                 width: 180px;
  79.                 padding: 0px 0px 0px 2px;
  80.                 background-color: #99FFFF;
  81.                 border: 1px solid windowframe;
  82.                 color: windowtext;
  83.                 font-weight: bold;
  84.                 text-decoration: none;
  85.                 cursor: hand;
  86.                 }
  87.  
  88. /* Object model blue dashed box */
  89.         .ombluedash { height: 16px;
  90.                 width: 180px;
  91.                 padding: 0px 0px 0px 2px;
  92.                 background-color: #99FFFF;
  93.                 border: 1px dashed windowframe;
  94.                 color: windowtext;
  95.                 text-decoration: none;
  96.                 cursor: hand;
  97.                 }
  98.  
  99. /* Object model yellow box */
  100.         .omyellow { height: 16px;
  101.                 width: 180px;
  102.                 padding: 0px 0px 0px 2px;
  103.                 background-color: #FFFF99;
  104.                 border: 1px solid windowframe;
  105.                 color: windowtext;
  106.                 font-weight: bold;
  107.                 text-decoration: none;
  108.                 cursor: hand;
  109.                 }
  110.  
  111. /* Object model yellow dashed box */
  112.         .omyellowdash { height: 16px;
  113.                 width: 180px;
  114.                 padding: 0px 0px 0px 2px;
  115.                 background-color: #FFFF99;
  116.                 border: 1px dashed windowframe;
  117.                 color: windowtext;
  118.                 text-decoration: none;
  119.                 cursor: hand;
  120.                 }
  121.  
  122. /* Navigation hyperlink list container */
  123.         .ofvbaispan { position: absolute;
  124.                 padding: 0px 0px 0px 0px;
  125.                 border: 1px solid windowframe;
  126.                 color: windowtext;
  127.                 display: none;
  128.                 z-index: +1;
  129.                 }
  130.  
  131. /* Navigation area */
  132.         .ofvbanav { padding: 0px 0px 10px 0px;
  133.                 }
  134.  
  135. /* Active navigation area jumps */
  136.         .ofvbanavreuse { width: 75px;
  137.                 color: #0000cc;
  138.                 cursor: hand;
  139.                 }
  140.  
  141. /* Inactive navigation area jump */
  142.         .ofvbanavunused { width: 75px;
  143.                 color: graytext;
  144.                 }
  145.  
  146. /* Hidden navigation area jump */
  147.         .ofvbanavhidden { width: 75px;
  148.                 display: none;
  149.                 }
  150.  
  151. /* Navigation hyperlink list topic description toggle */
  152.         .ofvbashowdesc { color:#0000cc;
  153.                 cursor:hand;
  154.                 font-size:smaller;
  155.                 text-decoration:underline;
  156.                 }
  157.  
  158. /* Navigation hyperlink list topic description sections */
  159.         .ofvbadesc { color: windowtext;
  160.                 display: none;
  161.                 }
  162.  
  163. /* Example navigation area jumps */
  164.         .ofvbanavex { text-decoration: none;
  165.                 }
  166.  
  167. /* Syntax box */
  168.         .ofvbasyn { width: 100%;
  169.                 padding: 0px 8px 0px 8px;
  170.                 background-color: #CCCCCC;
  171.                 }
  172.  
  173. /* Dropdown styles --------------------------------------------------------------------------- */
  174.  
  175. .DropDown        {text-decoration: none; font-weight: normal; top: 0pt;}
  176. .DropDown:hover        {text-decoration: underline; }
  177.  
  178.  
  179. .HidePopUp         {text-decoration: none; }
  180. .HidePopUp:hover{text-decoration: underline; }
  181.  
  182. .Glossary        {text-decoration: none; }
  183. .glossary:hover        {text-decoration: underline; }
  184.  
  185. .Glossarydef        {color: #008C00; text-decoration: none;}
  186.  
  187. .srcContent         { }
  188.  
  189. .expfav                {font-size: 80%; text-align: Right; margin-top: -1em; margin-bottom: 0; }
  190.  
  191. .expanded        {font-weight: normal; }
  192.  
  193. .collapsed        {display: none;}
  194.  
  195. .def                {margin-top: 40pt;}
  196.  
  197. #theIFRAME        {position: absolute; display:none; }
  198.  
  199. /* Language Specific Boilerplate Styles------------------------------------------------------- */
  200.         .BPhide                 {display: none }
  201.         .BPshow                 {  }
  202.         .BPHide4Bidi         {  }
  203.         .BPHide4EA                 {  }
  204.         .BPHide4Thai         {  }